home *** CD-ROM | disk | FTP | other *** search
- object WhoIsForm: TWhoIsForm
- Left = 192
- Top = 110
- Width = 544
- Height = 375
- Caption = 'WhoIs Client'
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- PixelsPerInch = 96
- TextHeight = 13
- object Panel1: TPanel
- Left = 0
- Top = 0
- Width = 536
- Height = 41
- Align = alTop
- TabOrder = 0
- object QueryEdit: TEdit
- Left = 16
- Top = 8
- Width = 313
- Height = 21
- TabOrder = 0
- end
- object SendButton: TButton
- Left = 344
- Top = 8
- Width = 75
- Height = 25
- Caption = 'Send'
- TabOrder = 1
- OnClick = SendButtonClick
- end
- object CancelButton: TButton
- Left = 432
- Top = 8
- Width = 75
- Height = 25
- Caption = 'Cancel'
- Enabled = False
- TabOrder = 2
- end
- end
- object StatusBar: TStatusBar
- Left = 0
- Top = 329
- Width = 536
- Height = 19
- Panels = <>
- SimplePanel = True
- end
- object ResultsMemo: TMemo
- Left = 0
- Top = 41
- Width = 536
- Height = 288
- Align = alClient
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'Courier New'
- Font.Style = []
- ParentFont = False
- TabOrder = 2
- end
- object msClientSocket1: TmsClientSocket
- OnConnected = msClientSocket1Connected
- OnDisconnected = msClientSocket1Disconnected
- Port = 43
- OnTransferProgress = msClientSocket1TransferProgress
- OnConnecting = msClientSocket1Connecting
- Left = 56
- Top = 280
- end
- end
-